-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release/0.30.0 #1208
Merged
Merged
release/0.30.0 #1208
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thescientist13
added
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
Plugins
Greenwood Plugins
CLI
labels
Mar 9, 2024
thescientist13
added
breaking
website
Tasks related to the projects website / documentation
documentation
Greenwood specific docs
SSR
labels
Mar 10, 2024
This was
linked to
issues
Mar 10, 2024
Closed
* Issue-1087: Initial upgrade of Rollup and @rollup plugins * Issue-1087: Upgrade plugin dependencies * upgrade all test cases with new hash matchers * update all plugin rollup deps and breaking change updates * fix duplicate imports of eve-container custom element definition --------- Co-authored-by: Owen Buckley <[email protected]>
* isolation mode for SSR pages and API routes for greenwood serve * documentation for isolation mode option and global config test case * misc refactoring * set isolation mode to true for Lit renderer plugin * set isolation mode to true for Lit renderer plugin
* initial upgrade for test cases * upgrade CLI and www to Lit v3 * revert static router test case change * all tests passing * patch escodegen for better ESM support * test for lit element hydration script * refactor rollup config * update Lit renderer README and apply conditional Lit script hydration * comments and TODOs cleanup * minor rebase patches * WCC v0.12.0 upgrade and removing patches directory * hydration default documentation and testing for Lit renderer plugin
…1186) * Issue-1118: Refactor rollup config generation for APIs * Issue-1118: Refactor rollup config generation for SSR * Issue-1118: Refactor forEach to use for-in for the ssr config generation * Issue-1118: Convert forEach to for..in * Issue-1118: Remove unused code * refactor away bundling work arounds and add comments * refactor SSR page bundling to avoid hacky entry point placeholder hack * patch custom element registry check from wcc * refactor SSR page output name from .entry to .route * document breaking changes for adapter plugins * refactor import meta relative asset path escaping * refactor API routes and adapters for mapped API bundles * misc refactoring and docs update * latest WCC patches * windows compatibility * update adapter docs example * remove patches --------- Co-authored-by: Owen Buckley <[email protected]>
* naive work around for missing chunks of route chunk * fix linting * namespace SSR page route entry points and route chunks
* intial draft of import attributes support for CSS and JSON * all test cases passing * need patch package * wcc patches for import attributes and CSSStylesheet shim * bump min NodeJS version for exp specs * temp disable ESLint * develop based import assertion specs * serve based import attributes specs * add preIntercept resource plugin lifecycle and refactor PostCSS to use it * all test cases passing for import attributes support * refactor built in CSS and JSON intercepting * demo code * raw plugin docs and package.json updates * update latest documentation for custom loaders support in NodeJS * update custom import docs * upgrade wcc v0.13.0 * only need Node 18 for github actions * css imports and raw plugin interop with test cases * lit renderer import attribute test cases and documentation * refactor matchers support for raw plugin instead of patching and add test cases * disable describe.only * update usage for custom resource plugins to showcase usage of import attributes * document preIntercept lifecycle and convert Babel to use it * restore ESLint * enable debug logging for failing specs * refactor theme pack specs * fix linting * remove CSS and JSON packages from being publishable * clean up console logs and comments * rename exp test cases to loadersnaming prefix * fix command in github actions * remove plugin-import-css callout from plugin-postcss README * remove demo code from website * refine PostCSS plugin intercepting
* bundling of URL referenced assets in CSS files * add test cases for CSS url reference bundling * normalize file paths for windows * base path support * hashing of bundled CSS filenames * document CSS bundling behaviors * filename hashing * refactoring and console log cleanup
thescientist13
force-pushed
the
release/0.30.0
branch
from
June 1, 2024 14:18
c6fb518
to
bb4fdc5
Compare
…1236) * rebase and refactor nested SSR pages work * clean up console logs * windows path handling * better windows pathname support when syncing SSR pages
* supporting attributes from frontmatter imports * docs * clean up console logs * quote formatting test case
* initial implementation * WIP updating test cases * refresh PostCSS plugin README docs * document optimization in development behavior * restore test case with exception * tests passing * gate font plugin from only serving files * optimize supported one-off externalized assets * restore disabled test cases * fixup comments
* WIP landing page with spinning logo * flesh out cards conent * comment out fonts * use SVG logo * restore (broken) fonts * windy leaf animation * fix leaf logo * add links * responsive and misc styling tweaks * correctly align logo * update test case for basic content checks * ESLint ignore init template contents * downgrade usage of import attributes * fix typo * add xmlns to SVG
…1269) * import map polyfill config flag * import attributes polyfill config option * import attributes demo * develop test cases for import maps and attributes for development * import attributes polyfill config serve test cases * polyfills configuration error test cases * bundle polyfilled import attributes for the browser * polyfills configuration docs and import attributes call outs * misc refactoring * add acorn-import-attributes as a CLI dependency * refine pre-intercepting logic to include all JS resource types * remove demo code * more robust bundling and serve test case
* optimize graphql server for production builds * fix linting * tweak coverage thresholds
…1265) * support multiple custom page formats at once * add test cases for custom API routes page format
…1280) * add optional project name flag to init scaffolding * update init documentation to promote my-app option * produce a .npmrc file for npm projects * improve next step console logs * clean up errant characters * add npm run dev script to init package.json * fix linting
* upgrade to css-tree 3.0.0 * update comment * nesting selector CSS optimization support * cleanup
* initial implementation of content collections with rich frontmatter support * add test cases for collections and prerendering * rename interpolateFrontmatter to activeFrontmatter * refactor id and lable graph properties * refactor graph title behavior * full graph and graphql plugin refactoring * update website for new graph refactoring * make sure active frontmatter is enabled for title substition * restore header nav ordering * comment cleanup * eslint ignore * support multiple import maps * add id to graph and refactor usage * refactoring pagePath to pageHref * update test cases * rename data/queries.js to client.js * handle default title from graph and provide default graph content as data in layouts * handle default title from graph and provide default graph content as data in layouts * refactor content as data handling to its own plugin * refactor for better windows interop * misc refactoring for active frontmatter * refactor outputPath to outputHref * add labels for custom side nav output * refresh content as data and GraphQL docs * update for new docs redirects * filter hidden files and improve unsupported page format detection message * opt-on content as data config and misc refactoring and TODOs * rename test case * update docs for content as data config option and patterns * conslidate content as data into dev server * misc refactoring * content as data import map test cases * fix selectors in test cases * rename test cases * consolidate configuration options and update docs * rename test cases
* initial port from website repo * build and prerender test case * build and develop test cases * README and website documentation * only patch JSDOM within test setup blocks * handle module types for scripts * support any custom identifier * update test case label * testing for nested CSS module * better path detection handling * additional nested and recursive test cases * clean up and final testing * misc refactoring * basic TS support and caveats for other formats
* patch support for HTML web components with test case * fix linting * latest WCC patching * latest WCC patches * HTML web components test case * bump to official WCC v0.15.0
thescientist13
added
RFC
Proposal and changes to workflows, architecture, APIs, etc
feature
New feature or request
Init
labels
Oct 21, 2024
This was referenced Oct 23, 2024
* clearer post init user next steps instructions * commenting and clean up
…#1289) * ensure Lit hydration script loads after importmaps * fix attribute selector syntax used in test cases
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking
bug
Something isn't working
CLI
documentation
Greenwood specific docs
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
feature
New feature or request
Init
Plugins
Greenwood Plugins
RFC
Proposal and changes to workflows, architecture, APIs, etc
SSR
v0.30.0
website
Tasks related to the projects website / documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issues
3.x
#1087url
properties (like for@font-face
+src
) during CSS file optimization #1199prerender
and shared components used in both SSR pages and templates #1044 / warnings emitted about undefined page level custom element tags when pre-rendering SSR pages #988var
) are being incorrectly optimized #1242<script>
/<style>
/<link>
tags #1241@import
statements) #1257compilation
to custom loader script (and resource plugins) #1273&
selector) #1283Summary of Changes
Alpha Release Test Plan
I think to be safe given the level of refactoring, would like to at least make sure this get tested with a few key repos
The plan would be to test against the following projects / workflows as alpha releases are iterated upon:
npx
/init
TODOs
prerender
and shared components used in both SSR pages and templates #1044Rendering Strategies (- Deferred to new websiteprerender
vs SSR vs CSR) #951url
properties (like for@font-face
+src
) during CSS file optimization #1199HTML Modules plugin (experimental) #1221- DeferredUpgrade to Node- Deferred20.x
(latest LTS) #1202 (TBD)move import maps shim to polyfills plugin #1114 (TBD)- Deferredadd support for (progressive) hydration for compatible renderers (- DeferredglobalThis
for state?) #880 (nice to have)Server side routes should support dynamic route naming (with prerendering) #882 (nice to have)- DeferredAWS Adapter plugin #1142 (nice to have)- DeferredQuestions / New Issues
N / A